home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / amunix.lha / AmunixV103.txt < prev   
Text File  |  1995-01-30  |  2KB  |  72 lines

  1.             
  2.             (c) AMUNIX V1.03 - February 1993
  3.  
  4.                     By
  5.  
  6.                 Mark Price
  7.  
  8. Amunix was written after several attempts to transfer text-files from both
  9. the PC and from UNIX systems. PC's use a combination of CR+LF's whereas 
  10. the Amiga simply uses LF's.
  11.  
  12. I wrote this programme to strip the original file of these extra CR's, but
  13. with out it affecting the format of the text file. It was also a chance to
  14. play with Hisofts Hi-Speed Pascal.
  15.  
  16. Operation
  17. *********
  18.  
  19. Amunix    
  20.     Returns A Few Help Lines.
  21.  
  22. Amunix -r <filename>
  23.  
  24.     Strips C/R's from <filename> and writes back to file <filename>.
  25.     
  26. Amunix <Source> <Destination>
  27.  
  28.     Strips C/R's from <Source> File and Writes To <Destination> File.
  29.  
  30. Amunix -r <WildCard>
  31.  
  32.     Strips C/R's from any file fitting the <WildCard> And Writes
  33.     Back To The File Of The Same Name.
  34.  
  35.  
  36. Changes -- From Version 1.02
  37. ****************************
  38.  
  39. a.    Previous version would not allow output file to be the same as the
  40.     Input Filename.
  41.  
  42.     Using the switch -r <filename>, Amunix will rename the input file
  43.     as Amunix.Temp and then carry out the conversion on this file.
  44.     On completing it will delete the Temporary file and leave the
  45.     orginal without CR's.
  46.  
  47. b.    Previous Version did not return an error if file did not exist. V1.02
  48.     will return the error 'File <filename> Does Not exist'. If the
  49.     programme encounters any sort of error. I am hoping to exand the
  50.     error handling capabilities in the near future.
  51.  
  52.  
  53. c.    Previous Version did not allow the use of Wild Cards.
  54.  
  55. Mark Price
  56.  
  57. Mail:
  58.  
  59.     mprice@sequent.com
  60.     mprice@sequent.co.uk
  61.     m.a.price@herts.ac.uk
  62.  
  63.     13 Church Road
  64.     Ramsden Heath
  65.     Billericay
  66.     Essex, CM11 1NU
  67.     England
  68.  
  69. As Long As This File Is Included In Every Archive, This Programme May Be
  70. Freely Distributed.
  71.  
  72.